home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr08 / cmate12.zip / TESTB.FRM < prev    next >
Text File  |  1993-05-19  |  951b  |  54 lines

  1. This shows all of the report variables available.
  2.  
  3. ^sfname
  4. leg(^sfname,"*")
  5. ^slname
  6. leg(^slname,"*")
  7. ^saddress1
  8. leg(^saddress1,"+")
  9. ^saddress2
  10. leg(^saddress2,"&")
  11. ^scity, ^sstate ^szip
  12. leg(^scity,"|")  leg(^sstate,"\") leg(^szip,"$")
  13.  
  14. ^sphone
  15. leg(^sphone,"%")
  16.  
  17. ^sschool
  18. leg(^sschool,"?")
  19. ^sheight ^sweight
  20. leg(^sheight,"<") leg(^sweight,">")
  21. ^sdob
  22. leg(^sdob,";")
  23.  
  24. ^altname
  25. leg(^altname,"-")
  26. ^altphone
  27. leg(^altphone,"*")
  28.  
  29. ^1pgnname
  30. leg(^1pgnname,""")
  31. ^1pgnad1
  32. leg(^1pgnad1,":")
  33. ^1pgnad2
  34. leg(^1pgnad2,"+")
  35. ^1pgncity, ^1pgnstate ^1pgnzip
  36. leg(^1pgncity,"[")  leg(^1pgnstate,"]") leg(^1pgnzip,"=")
  37. ^1pgnhphone
  38. leg(^1pgnhphone,"#")
  39. ^1pgnwphone
  40. leg(^1pgnwphone,"|")
  41.  
  42. ^2pgnname
  43. leg(^2pgnname,""")
  44. ^2pgnad1
  45. leg(^2pgnad1,":")
  46. ^2pgnad2
  47. leg(^2pgnad2,"+")
  48. ^2pgncity, ^2pgnstate ^2pgnzip
  49. leg(^2pgncity,"[")  leg(^2pgnstate,"]") leg(^2pgnzip,"!")
  50. ^2pgnhphone
  51. leg(^2pgnhphone,".")
  52. ^2pgnwphone
  53. leg(^2pgnwphone,"+")
  54.